home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / doom / quake3.zip / GRAVITY2.ZIP / GRAVITY2.TXT < prev    next >
Text File  |  1996-08-26  |  1KB  |  35 lines

  1. /* Gravity Grenades v2.0
  2.  
  3.    Adopted from code relating to the gravity, and the coding as part of the
  4. jump procedure.  This overrides that grenade launcher, each grenade fired
  5. will randomly change the gravity anywhere from from about 2900 to almost 0.
  6. If the gravity happens to fall below 350, then the gravity is altered for
  7. 30 secs to 0, whereby the player is also "kicked" into the air and will
  8. procede to "bounce" off the walls.  At the end of this time, the gravity is
  9. shifted back to what it would have been and the player is returned to
  10. "walking" mode.
  11.  
  12. Files modified:
  13.  defs.qc        To retain the last gravity to avoid hitting the same gravity
  14.                 multiple times.
  15.  
  16.  weapons.qc     Axe damage upped to make up for loss of grenade damage,
  17.                 grenade modified to alter the world gravity, and the jump
  18.                 codeis also included here.
  19.  
  20.  
  21. Credits:
  22.  
  23.  First, last, and foremost, THANK YOU ID FOR SUCH A GREAT GAME!  Also,
  24.  thanks to Bob Helander for the bouncing players idea.  :)
  25.  
  26.  
  27.  
  28. **This patch may be distributed as long as this file is included, not modified
  29. while still retaining my name as author, and any distribution on CD or
  30. otherwise allowed with only an e-mail message letting me know that it will be
  31. used.
  32.  
  33. kennebel@ionx.com
  34. jcunning@softronics.com**
  35.